﻿@charset "utf-8";
/* CSS Document */

body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,a,i,b,em,strong,span,img{padding:0;margin:0; font-size:14px;font-family: '微软雅黑','黑体','宋体';}
a{text-decoration:none;}
a:focus{outline:none;}
li{list-style:none;}
em,i{font-style:normal;}
b,strong{font-weight:normal;}
img{vertical-align:top;}
a img{ border:none;}
.fl{float:left;}
.fr{float:right;}
.fc{margin:0 auto;text-align:center;}
.clearfix:after{content:'';display:block;clear:both;height: 0px;visibility: hidden;}
.clearfix{*zoom:1}

body {
	min-width: 1200px;
}
/* 头部   */
.header {
	width: 1200px;
	height: 108px;
	margin: 0 auto;
	background: #fff;
}
.header .logo {
	width: 299px;
	height: 55px;
	background: url(../images/logo.png) no-repeat left center;
	margin-top: 30px;
	margin-right: 38px;
}
.header .logo a {
	width: 100%;
	height: 100%;
	display: block;
}
.nav > li {
	float: left;
	margin-left: 30px;
	margin-top: 54px;
	position: relative;
}
.nav li .title {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #4d4d4d;
	padding: 0 2px 8px;
	border-bottom: 2px solid #fff;
}
.nav li .title.on {
	border-bottom-color: #3583c5;
	color: #3583c5;
}
.nav .sub_nav {
    position: absolute;
    left: -15px;
    width: 100px;
    background: #fff;
    display: none;
    padding: 10px 0;
    z-index: 999;
}
.nav .sub_nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #717171;
    font-size: 16px;
    line-height: 30px;
}
.nav .sub_nav a:hover {
    color: #3583c5;
    text-decoration:underline;
}
.nav > li:hover .sub_nav {
	display: block;
}
.arrow {
    position: absolute;
    top: 10px;
    right: -20px;
	display: block;
	width: 11px;
	height: 6px;
	background: url(../images/arrow_down.png) no-repeat center;
}
.footer {
	background: #444444;
	padding-bottom: 28px;
	padding-top: 12px;
}
.footer .part {
	width: 1200px;
	margin: 0 auto;
	padding-top: 16px;
}
.footer .part p {
	font-size: 13px;
	color: #fff;
}
.header .search {
	position: relative;
	margin-top: 46px;
}
.header .search i{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/search.png) no-repeat center;
}
.header .search input {
	height: 34px;
    line-height: 34px;
    border: none;
    outline: none;
}

 /*新头部样式*/
    .newHeader{width:100%;height:120px;background-image:url(../images/header-bg.jpg);background-size:100% 100%;background-size:cover;background-position:center center}
    .newContainer{width:1200px;margin:0 auto}
    .newLogo{margin-top:30px}
    .newSearch{margin-top:36px}
    .newSearch input{width:400px;height:46px;padding:0 15px;border:1px solid #d9d9d9;border-right:none;background-color:transparent;outline:0}
    .newSearch .newSearchIcon{width:48px;height:48px;text-align:center;line-height:48px;background-color:#4784c4;cursor:pointer}
    .newSearch .newSearchIcon img{position:relative;top:11px}
    .newNav{width:100%;height:72px;line-height:72px;background-color:#4784c4}
    .newNavItem{position:relative;padding:0 48px;color:#fff;font-size:16px;cursor:pointer}
    .newNavItem ul{position:absolute;width:100%;left:0;top:100%;background-color:#fff;line-height:48px;text-align:center;z-index:99;display:none}
    .newNavItem ul li a{display:inline-block;width:100%;height:100%;font-size:16px;color:#666}
    .newNavItem:hover{background-color:#2b6eb5}
    .newNavItem:hover ul{display:inline}
    .newNavItem ul li:hover{background-color:#e0ecf9}
    .newNavItem ul li:hover a{color:#333}
    .serviceTitle{font-size:36px;color:#666;text-align:center;padding-top:60px}
    .serviceItem{width:368px;height:240px;background-color:#5b92ca;margin-right:48px;margin-top:30px}
    .serviceItem.serviceItemLast{margin-right:0}
    .serviceItemTitle{text-align:center;height:50px;line-height:50px;color:#fff;font-size:24px;margin-top:15px}
    .serviceItemTitle img{vertical-align:middle;position:relative;top:-2px;margin-right:15px}
    .serviceItemList{margin-top:10px;padding:0 55px}
    .serviceItemList a{display:block;font-size:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:35px}

/*分页 */
.page_div {
	margin-top: 20px;
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	box-sizing: border-box;
}
.page_div a {
	min-width: 32px;
	height: 32px;
	border: 1px solid #dce0e0!important;
	border-radius: 5px;
	text-align: center;
	margin: 0 3px;
	cursor: pointer;
	line-height: 32px;
	color: #8f9497;
	font-size: 14px;
	display: inline-block;
	background: #fff;
}

#firstPage,
#lastPage {
	width: 50px;
}
#prePage,
#nextPage {
	width: 70px;
}
.page_div .current {
	background-color: #3583c5;
	border-color: #3583c5;
	color: #FFFFFF;
	font-weight: bold;
}
.totalPages {
	margin: 0 10px;
}
.totalPages span,
.totalSize span {
	margin: 0 5px;
}
.totalSize {
	display: none;
}
